home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Virtual Reality Guide to Texas
/
CD.iso
/
texdata
/
arcextra
/
tbits.dir
/
00220_leaving board anim.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-06-23
|
221 b
|
12 lines
on exitFrame
global flip, fliptime
if (marker(0) = label("bats")) or (marker(0) = label("sports")) then
set flip to 0
else
set flip to 1
end if
set fliptime to 50
puppetSprite(2, 1)
go("t_main")
end